PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFComboBoxField Class / setIsEditable Method
True if the user can edit the value selected in the combo box; otherwise false.
In This Topic
    setIsEditable Method
    In This Topic
    Sets a value indicating whether the value in combo box is editable by the user.
    Syntax
    public void setIsEditable( 
       boolean value
    )

    Parameters

    value
    True if the user can edit the value selected in the combo box; otherwise false.
    See Also